Intersoft WebTextEditor Documentation
Multiple Undo and Redo
See Also Send Feedback
Intersoft WebTextEditor > WebTextEditor > Editing Architecture > Core Editing Features > Multiple Undo and Redo

Glossary Item Box

WebTextEditor includes multiple undo and redo feature. It is unique in the way every action is logged with user-friendly message to a maximum of 20 stacks using FIFO (First-in-first-out) implementation. Each logged action can be found in Undo and Redo list, by clicking on the dropdown arrow of respective tool command.

WebTextEditor logs every action that cause changes to the editor, including typing. You can customize how fast WebTextEditor should log typing action.  Simply set the provided UndoLatency property to an integer value measured in milliseconds. The default value is set to 1000(ms), which means every typing action will be logged on every 1000ms after the last stop.

See Also

©2013. All Rights Reserved.